home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59338 / 59338.xpi / chrome / mozapps / handling / handling.css
Cascading Style Sheet File  |  2009-07-01  |  421b  |  27 lines

  1. #description-image:not([src]) {
  2.   height: 32px;
  3.   width: 32px;
  4. }
  5.  
  6. richlistitem[type] {
  7.   min-height: 36px; /* Don't forget to update the richlistbox height! */
  8.   -moz-padding-start: 2px;
  9.  }
  10.  
  11. richlistitem {
  12.   -moz-box-align: center;
  13. }
  14.  
  15. richlistbox {
  16.   /* 3 items high, plus 4px for top and bottom margins, less 2px for border */
  17.   min-height: 110px;
  18. }
  19.  
  20. .name {
  21.   font-weight: bold;
  22. }
  23.  
  24. .description {
  25.   color: GrayText;
  26. }
  27.